We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d385d commit 4b52bf6Copy full SHA for 4b52bf6
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- 16
17
steps:
18
- uses: actions/checkout@v2
19
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node }}
22
- run: npm install
0 commit comments