Skip to content

Commit

Permalink
Merge pull request #42 from gstokkink/update-node-js-to-20
Browse files Browse the repository at this point in the history
Bump NodeJS to 20 LTS
  • Loading branch information
ethomson authored Feb 1, 2024
2 parents a62f3b2 + d69ada9 commit 98d5ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Build
run: |
npm ci
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Build
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 @@ -10,7 +10,7 @@ inputs:
show:
description: Types of tests to show in the results table
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
branding:
icon: check-square
Expand Down

0 comments on commit 98d5ecd

Please sign in to comment.