Skip to content

Commit a3f40b6

Browse files
authored
Update Node version in release
1 parent b2def32 commit a3f40b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
ref: ${{ github.event.release.target_commitish }}
13-
- name: Use Node.js 12
13+
- name: Use Node.js 18
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
16+
node-version: 18
1717
registry-url: https://registry.npmjs.org/
1818
- run: npm ci
1919
- run: git config --global user.name "Michael Heap"

0 commit comments

Comments
 (0)