diff options
author | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-07 17:00:38 -0700 |
---|---|---|
committer | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-07 17:00:38 -0700 |
commit | 7b01aded4f0e89600aaba24e633e76f7d69b6298 (patch) | |
tree | b75e7ceb027bd33e32ff6fbc18fd8106ac1a2e95 /.github/workflows | |
parent | 34157ba9c6de24a5321b81716d31bc89e8b96471 (diff) | |
download | sncontinue-7b01aded4f0e89600aaba24e633e76f7d69b6298.tar.gz sncontinue-7b01aded4f0e89600aaba24e633e76f7d69b6298.tar.bz2 sncontinue-7b01aded4f0e89600aaba24e633e76f7d69b6298.zip |
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 |