We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f769e73 commit e3a0470Copy full SHA for e3a0470
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
14
with:
15
- node-version: '14'
+ node-version: '18'
16
- run: yarn install
17
- run: yarn build
18
- name: Deploy 🚀
.github/workflows/update_data.yml
@@ -19,7 +19,7 @@ jobs:
19
path: ./data
20
21
22
23
24
- name: Update data
25
run: yarn update-data
0 commit comments