Skip to content

Commit

Permalink
Bump to node20 and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonicek-calm committed Jan 26, 2024
1 parent 0df9ad8 commit f9b1a5e
Show file tree
Hide file tree
Showing 6 changed files with 47,707 additions and 20,959 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Install dependencies
run: npm ci
Expand All @@ -33,4 +33,4 @@ jobs:
git diff
exit 1
fi
id: diff
id: diff
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:
required: false
default: ${{ github.token }}
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: 'terminal'
Expand Down
Loading

0 comments on commit f9b1a5e

Please sign in to comment.