Skip to content

Commit

Permalink
Update action Node version from Node 18 to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Apr 21, 2024
1 parent b174d9a commit 4a6d0de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-replace-tokens-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project documented here.

## [Released]

## [1.2](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.1) - 2024-04-21
### Changed
- Update action Node version from Node 18 to Node 20.

## [1.1](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.1) - 2024-04-21
### Changed
- Update action Node version from Node 16 to Node 18.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
required: false
default: ','
runs:
using: 'node18'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 4a6d0de

Please sign in to comment.