Skip to content

Commit 0239973

Browse files
committed
npm install, update git workflow
1 parent 8817cb9 commit 0239973

File tree

2 files changed

+11040
-16404
lines changed

2 files changed

+11040
-16404
lines changed

.github/workflows/npm-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010

11-
- uses: actions/setup-node@v2
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '14'
13+
node-version: '20'
1414
cache: 'npm'
1515
cache-dependency-path: '**/package-lock.json'
1616

0 commit comments

Comments
 (0)