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 5c3b416 commit 8cbf0b7Copy full SHA for 8cbf0b7
.github/workflows/ci.yml
@@ -13,15 +13,15 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node-version: [16.x]
+ node-version: [20.x]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v2
21
with:
22
node-version: ${{ matrix.node-version }}
23
- name: Cache Node.js modules
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
26
path: ~/.npm
27
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments