We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474d3cc commit 7a2cb6cCopy full SHA for 7a2cb6c
.github/workflows/autorelease-fork.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v2
13
with:
14
fetch-depth: 2
15
- - name: Setup Node.js 18.x
+ - name: Setup Node.js 20.x
16
uses: actions/setup-node@v2
17
18
- node-version: 18.x
+ node-version: 20.x
19
- name: Set up publish access
20
run: |
21
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
0 commit comments