We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b8450 commit 33b6201Copy full SHA for 33b6201
1 file changed
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [14, 16]
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v1
23
with:
0 commit comments