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 4c18215 commit 8655a45Copy full SHA for 8655a45
.github/workflows/ci-unit-tests.yaml
@@ -8,11 +8,11 @@ jobs:
8
contents: read
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
# This should match the using value in `actions.yaml`
15
- node-version: 16
+ node-version: 20
16
- run: npm ci
17
- run: npm run lint
18
- run: npm run test
0 commit comments