Skip to content

Commit

Permalink
Upgrade to the Node 20 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Fajfr <[email protected]>
  • Loading branch information
jirkafajfr and Jirka Fajfr committed Feb 2, 2024
1 parent 022e891 commit 90243ec
Show file tree
Hide file tree
Showing 10 changed files with 88,318 additions and 28,160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
- name: Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get major version num and update tag
run: |
VERSION=${GITHUB_REF#refs/tags/}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Run unit tests
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run unit tests
run: |
npm ci
npm run test
- name: Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'

0 comments on commit 90243ec

Please sign in to comment.