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.
2 parents 8f1f924 + 9525127 commit 8866bbfCopy full SHA for 8866bbf
.github/workflows/node.yml
@@ -13,16 +13,16 @@ jobs:
13
strategy:
14
matrix:
15
node-version:
16
- - 8.x
17
- - 10.x
+ - 18.x
+ - 20.x
18
steps:
19
- - uses: actions/checkout@v1
20
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
24
- name: Cache npm
25
- uses: actions/cache@v1
+ uses: actions/cache@v3
26
27
path: ~/.npm
28
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments