We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae144a0 commit 2b4df2fCopy full SHA for 2b4df2f
.github/workflows/node.js.yml
@@ -12,12 +12,12 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [14.x]
+ node-version: [16.x]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
0 commit comments