Skip to content

Commit

Permalink
node 12->18 upgrade on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
creinkin committed Feb 6, 2023
1 parent eccab68 commit dd54c34
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/airtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: master
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- name: npm install
run: npm ci
- name: Fetch data from Airtable API
Expand Down
191 changes: 177 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd54c34

Please sign in to comment.