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 f9a7a16 commit 8d5d25dCopy full SHA for 8d5d25d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: checkout repo
8
uses: actions/checkout@v5
9
- name: use node.js
10
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
11
with:
12
node-version: '20.x'
13
- run: npm install # TODO change to npm ci when package.json and package-lock.json are in sync
0 commit comments