Skip to content

Commit 4c1a547

Browse files
authored
ci: bump Node.js 20 version to 20.19 (#365)
1 parent 30e0850 commit 4c1a547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
node-version:
21-
- '20.10'
21+
- '20.19'
2222
- '18.18'
2323
- '16.20'
2424
os:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
- name: Setup Node.js
36-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
36+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
3838
node-version: "${{ matrix.node-version }}"
3939
cache: 'yarn'

0 commit comments

Comments
 (0)