We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95045f6 commit 81e2414Copy full SHA for 81e2414
.github/workflows/release.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
ref: ${{ github.event.release.target_commitish }}
17
- - name: Use Node.js 12
+ - name: Use Node.js
18
uses: actions/setup-node@v4
19
20
- node-version: 12
+ node-version: 20
21
registry-url: https://registry.npmjs.org/
22
- run: npm ci
23
- run: git config --global user.name "Michael Heap"
0 commit comments