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 fac0a74 commit a82ebedCopy full SHA for a82ebed
.github/workflows/bevry.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
deno-version: vx.x.x
26
- name: Install desired Node.js version
27
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
28
29
node-version: '20'
30
- name: Verify Node.js Versions
@@ -36,7 +36,7 @@ jobs:
36
- run: npm run our:verify
37
- name: Install targeted Node.js
38
if: ${{ matrix.node != 20 }}
39
40
41
node-version: ${{ matrix.node }}
42
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments