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 6f6e4a4 commit 0ff28a6Copy full SHA for 0ff28a6
.github/workflows/bevry.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Install desired Node.js version
23
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
24
with:
25
node-version: '20'
26
- name: Verify Node.js Versions
@@ -32,7 +32,7 @@ jobs:
32
- run: npm run our:verify
33
- name: Install targeted Node.js
34
if: ${{ matrix.node != 20 }}
35
36
37
node-version: ${{ matrix.node }}
38
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments