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 b2def32 commit a3f40b6Copy full SHA for a3f40b6
.github/workflows/release.yml
@@ -10,10 +10,10 @@ jobs:
10
- uses: actions/checkout@v2
11
with:
12
ref: ${{ github.event.release.target_commitish }}
13
- - name: Use Node.js 12
+ - name: Use Node.js 18
14
uses: actions/setup-node@v1
15
16
- node-version: 12
+ node-version: 18
17
registry-url: https://registry.npmjs.org/
18
- run: npm ci
19
- run: git config --global user.name "Michael Heap"
0 commit comments