Skip to content

Commit

Permalink
ci: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Feb 1, 2024
1 parent 7063329 commit 364db48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: '📦 install dependencies'
run: npm ci
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: '📦 install dependencies'
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: '📦 Install dependencies'
run: npm ci
Expand Down

0 comments on commit 364db48

Please sign in to comment.