Skip to content

Commit

Permalink
Merge pull request #157 from Surnet/update-node20
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
chdanielmueller authored Jan 26, 2024
2 parents 4e4c563 + ccafe9c commit 2c14b6b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.1
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.1
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
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 @@ outputs:
matrix:
description: 'GitHub Action Matrix'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "get-json-matrix",
"version": "1.0.8",
"version": "2.0.0",
"private": true,
"description": "Gets a GitHub Action Matrix array for every item in a JSON",
"main": "lib/main.js",
Expand Down

0 comments on commit 2c14b6b

Please sign in to comment.