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 de05a11 commit 9b8a3edCopy full SHA for 9b8a3ed
.github/workflows/build.yml
@@ -8,13 +8,13 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ - uses: actions/checkout@v4
12
with:
13
persist-credentials: false
14
- name: Install Node.js
15
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
+ uses: actions/setup-node@v4
16
17
- node-version: 20
+ node-version: 22
18
cache: npm
19
- name: Install dependencies
20
run: npm ci
0 commit comments