Skip to content

Commit

Permalink
Upgrade node runtime to v20 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaris committed Jan 27, 2024
1 parent 50f312f commit 63ce2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup node and cache dependencies
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Build and test
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.1
v20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ outputs:
description: "The array of downloaded files, useful when using wildcard '*' to download multiple files."

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "download"
Expand Down

0 comments on commit 63ce2a8

Please sign in to comment.