Skip to content

Commit ab44f2b

Browse files
committed
Change CI Node version to 20
1 parent d337a31 commit ab44f2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '18.x'
17+
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
cache: 'yarn'
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn test
2222
- run: npm publish --access public --provenance
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
node: ['18.x']
86+
node: ['20.x']
8787
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
8888

8989
steps:
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
node: ['18.x']
118+
node: ['20.x']
119119
steps:
120120
- name: Checkout repo
121121
uses: actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
node: ['18.x']
142+
node: ['20.x']
143143
example:
144144
[
145145
'cra4',
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
fail-fast: false
228228
matrix:
229-
node: ['18.x']
229+
node: ['20.x']
230230
example: ['rr-rsc-context']
231231
defaults:
232232
run:

0 commit comments

Comments
 (0)