Skip to content

Commit

Permalink
chore(node): upgraded node version in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed May 10, 2024
1 parent 38d5687 commit b59942a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit b59942a

Please sign in to comment.