Skip to content

Commit 55a2ebd

Browse files
committed
chore: update dependencies
1 parent e590b34 commit 55a2ebd

File tree

4 files changed

+499
-448
lines changed

4 files changed

+499
-448
lines changed

.github/workflows/update-data.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: '14'
17+
cache: 'npm'
1718
- name: Install dependencies
18-
run: 'npm install'
19+
run: 'npm -v && npm ci'
1920
- name: Update data
2021
run: 'npm run update-data'
2122
env:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

0 commit comments

Comments
 (0)