Skip to content

Commit

Permalink
Update Node.js version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Feb 3, 2024
1 parent 63d3868 commit fc414c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 18.x
- name: Set Node.js 20
uses: actions/[email protected]
with:
node-version: 18.x
node-version: 20

- name: Install dependencies
run: yarn
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.0.0 (3 Feb 2024)

- Switching to `node20`

## 4.2.0 (5 Dec 2022)

- Added proper support for multiple arguments
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit fc414c4

Please sign in to comment.