Skip to content

Commit

Permalink
Use Node.js v22 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe committed Nov 2, 2024
1 parent d80fe69 commit 343f5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
- run: npm ci
- run: npm run data:download
- run: npm run data:convert
Expand Down

0 comments on commit 343f5a3

Please sign in to comment.