Skip to content

Commit

Permalink
Merge pull request #26 from secondlife/signal/20
Browse files Browse the repository at this point in the history
Use node20
  • Loading branch information
bennettgoble committed Nov 1, 2023
2 parents 051156d + 8008e49 commit 058bf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
default: ${{ github.token }}

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

0 comments on commit 058bf08

Please sign in to comment.