Skip to content

Commit

Permalink
node-version 16 -> 20 in release.yml
Browse files Browse the repository at this point in the history
closes #282
  • Loading branch information
alxndr-w authored Aug 18, 2024
1 parent 05bac8f commit 4a0481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Release build
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- run: npm ci
Expand Down

0 comments on commit 4a0481b

Please sign in to comment.