We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091e150 + 47e010e commit c5660bbCopy full SHA for c5660bb
1 file changed
.github/workflows/node.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
cp ./src/Config.example.ts ./src/Config.ts
33
- name: Verify npm all runs and build output matches
34
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
35
with:
36
node-version: ${{ matrix.node-version }}
37
- run: yarn install
0 commit comments