Skip to content

Commit 2f31f99

Browse files
committed
ci: update gh actions version
1 parent ff0b233 commit 2f31f99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: 16.x
15+
node-version: lts/*
1616
- name: Get npm cache directory
1717
id: npm-cache-dir
1818
run: |
1919
echo "::set-output name=dir::$(npm config get cache)"
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: ${{ steps.npm-cache-dir.outputs.dir }}
2323
key: v1-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)