Skip to content

Commit 81e2414

Browse files
authored
Bump node version for release workflow (#95)
1 parent 95045f6 commit 81e2414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
ref: ${{ github.event.release.target_commitish }}
17-
- name: Use Node.js 12
17+
- name: Use Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 12
20+
node-version: 20
2121
registry-url: https://registry.npmjs.org/
2222
- run: npm ci
2323
- run: git config --global user.name "Michael Heap"

0 commit comments

Comments
 (0)