Skip to content

Commit 671dbf7

Browse files
committed
chore: use node 14, update lockfile version
1 parent 938f251 commit 671dbf7

File tree

3 files changed

+9588
-31
lines changed

3 files changed

+9588
-31
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
path: node_modules
7474
key: node_modules-${{ hashFiles('package-lock.json') }}
7575

76-
- name: Setup nodejs 12
76+
- name: Setup nodejs 14
7777
if: steps.cache-test-dist.outputs.cache-hit != 'true' || steps.cache-node_modules.outputs.cache-hit != 'true'
7878
uses: actions/setup-node@v2
7979
with:
80-
node-version: '12'
80+
node-version: '14'
8181

8282
- name: npm ci
8383
if: steps.cache-test-dist.outputs.cache-hit != 'true' || steps.cache-node_modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)