diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-07 19:33:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 19:33:31 -0700 |
commit | 46e3aafda18da999b970fbc5dd377dd93dbe052f (patch) | |
tree | 670225c5e77c41527b40c8e952ace4d892beac65 /.github/workflows | |
parent | de1bea106850c6ad4f7d6447faa434b953a462e8 (diff) | |
parent | 7b01aded4f0e89600aaba24e633e76f7d69b6298 (diff) | |
download | sncontinue-46e3aafda18da999b970fbc5dd377dd93dbe052f.tar.gz sncontinue-46e3aafda18da999b970fbc5dd377dd93dbe052f.tar.bz2 sncontinue-46e3aafda18da999b970fbc5dd377dd93dbe052f.zip |
Merge pull request #357 from bra1nDump/fix-lock-file-version-issue
Remove the naughty ci from downgrading lockfile version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 25a968e9..82e4c78e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -94,11 +94,6 @@ jobs: path: extension/react-app/node_modules key: ${{ runner.os }}-node-${{ hashFiles('extension/react-app/package-lock.json') }} - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: "14" - - name: Install extension Dependencies run: | cd extension |