Skip to content

Commit

Permalink
Update to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Sep 18, 2023
1 parent 5486c14 commit 869f273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- run: sudo apt-get install -y libfuse2
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Setup ImageMagick
description: Download the latest ImageMagick binary and add it to the PATH
author: Mario Finelli
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: image
Expand Down

0 comments on commit 869f273

Please sign in to comment.