Skip to content

Commit

Permalink
Merge pull request #858 from babbel/feat/upgrades-node
Browse files Browse the repository at this point in the history
feat: upgrade node from 16 to 20
  • Loading branch information
amrrbakry authored Mar 22, 2024
2 parents 625875f + 235eed9 commit ca7e707
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- run: npm ci

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Bump version and push tag
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.18.1
nodejs 20.11.1
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.0] - 2024-03-22

### Changed
- Bumps node from 16 to 20

## [1.2.0] - 2022-05-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

## Contribute

Prep the project, it runs against nodejs v16, when using `asdf-vm` just hit `asdf install`. Then install the packages
Prep the project, it runs against nodejs v20, when using `asdf-vm` just hit `asdf install`. Then install the packages

```
npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
default: null

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit ca7e707

Please sign in to comment.