Skip to content

Commit

Permalink
Upgrade NodeJS to 20.6.1 (#54)
Browse files Browse the repository at this point in the history
* upgrade NodeJS to 18.17.1

* upgrade NodeJS to 20.6.1

* Fix tool-versions

* Fix build by upgrading all deps

* Adjust octokit usage for breaking changes from v5

* Build

* Fix call to pagiante

* Ensure CI will crash if build process crashes

* Fill out changelog

---------

Co-authored-by: Angelika Tyborska <angelikatyborska@fastmail.com>
  • Loading branch information
OneideLuizSchneider and angelikatyborska authored Oct 25, 2023
1 parent 4cb1298 commit 9048315
Show file tree
Hide file tree
Showing 9 changed files with 10,831 additions and 14,034 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install project dependencies
run: npm install --also=dev
Expand All @@ -23,3 +23,6 @@ jobs:

- name: Run linter
run: npm run lint

- name: Run build
run: npm run build
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.6.1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Bump Node version to 20.

## 1.5.0 (2023-09-14)

- Add support for using a remote config-file (stored in another GitHub repository).
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: 'A string with a JSON that holds variables that will be used when rendering the Mustache templates'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'message-circle'
Expand Down
Loading

0 comments on commit 9048315

Please sign in to comment.