We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a410c commit 472886dCopy full SHA for 472886d
1 file changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Setup Node.js ${{ matrix.node }}
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
17
with:
18
node-version: ${{ matrix.node }}
19
- name: Install
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Setup Node.js
38
39
40
node-version: lts/*
41
0 commit comments