Skip to content

Commit 63ce2a8

Browse files
authored
Upgrade node runtime to v20 (#673)
1 parent 50f312f commit 63ce2a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup node and cache dependencies
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: 20
3131
cache: 'npm'
3232

3333
- name: Build and test

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.1
1+
v20.11.0

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ outputs:
5353
description: "The array of downloaded files, useful when using wildcard '*' to download multiple files."
5454

5555
runs:
56-
using: "node16"
56+
using: "node20"
5757
main: "dist/index.js"
5858
branding:
5959
icon: "download"

0 commit comments

Comments
 (0)