Skip to content

Commit 36e2680

Browse files
committed
update action
1 parent 529b3c2 commit 36e2680

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test-linux-node18.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: "npm"
26-
- run: rm package-lock.json
27-
- run: npm install
25+
cache: 'npm'
26+
- run: npm ci
2827
- run: npm run build --if-present
2928
- run: npm run test
30-

0 commit comments

Comments
 (0)