Skip to content

Commit 7a2cb6c

Browse files
committed
bump node
1 parent 474d3cc commit 7a2cb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autorelease-fork.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 2
15-
- name: Setup Node.js 18.x
15+
- name: Setup Node.js 20.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 18.x
18+
node-version: 20.x
1919
- name: Set up publish access
2020
run: |
2121
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}

0 commit comments

Comments
 (0)