Skip to content

Commit

Permalink
Move to node20, release v3 (#103)
Browse files Browse the repository at this point in the history
* Move to node20, release v3

Node 12 and 16 has reached end of life. Github is moving to node 20
spring 2024: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

* revert: Unrelated changes

---------

Co-authored-by: Ryan Christian <rchristian@ryanchristian.dev>
  • Loading branch information
jonny-puma and rschristian authored Apr 22, 2024
1 parent 7c0ed9e commit 75744b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- run: npm test
- name: Report Compressed Size
uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: index.js
pattern: index.js
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ inputs:
cwd:
description: 'A custom working directory to execute the action in relative to repo root (defaults to .)'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
]
]
}
}
}

0 comments on commit 75744b3

Please sign in to comment.