Skip to content

Commit 90243ec

Browse files
jirkafajfrJirka Fajfr
andauthored
Upgrade to the Node 20 (#71)
Co-authored-by: Jirka Fajfr <[email protected]>
1 parent 022e891 commit 90243ec

File tree

10 files changed

+88318
-28160
lines changed

10 files changed

+88318
-28160
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: main
1717
- name: Package

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-tag:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Get major version num and update tag
1313
run: |
1414
VERSION=${GITHUB_REF#refs/tags/}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Run unit tests
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Run unit tests
1818
run: |
1919
npm ci
2020
npm run test
2121
- name: Codecov
22-
uses: codecov/codecov-action@v3.1.4
22+
uses: codecov/codecov-action@v4

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ inputs:
1313
required: false
1414
default: 'false'
1515
runs:
16-
using: 'node16'
16+
using: 'node20'
1717
main: 'dist/index.js'
1818
post: 'dist/cleanup/index.js'

0 commit comments

Comments
 (0)