Skip to content

Commit

Permalink
Merge pull request #126 from pathmapper/bump_node
Browse files Browse the repository at this point in the history
Use node 20 for workflows
  • Loading branch information
pathmapper committed Jan 5, 2024
2 parents 2c6815e + 76f5112 commit 88b6c8e
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
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.1
with:
node-version: 18
node-version: 20

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

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

steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 88b6c8e

Please sign in to comment.