Skip to content

Commit

Permalink
Use node 20 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Jan 5, 2024
1 parent 2c6815e commit 5eb2d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sprites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 18
node-version: 20

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: 20

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 5eb2d27

Please sign in to comment.