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 96e37b2 commit 90ac795Copy full SHA for 90ac795
.github/workflows/test.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 10
16
steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
19
with:
20
- node-version: "16.x"
+ node-version: "20"
21
- run: yarn install --frozen-lockfile
22
- run: yarn test
0 commit comments