Skip to content

Commit 9371360

Browse files
r1ddl3jasonwalsh
authored andcommitted
Adding installation of nodejs18 to hopefully fix dependency breaking build (#19)
1 parent b22fee0 commit 9371360

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ jobs:
44
runs-on: ubuntu-latest
55
steps:
66
- uses: actions/checkout@v2
7-
- uses: actions/setup-node@v2
7+
- uses: actions/setup-node@v3
8+
with:
9+
node-version: 18
810
- env:
911
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1012
name: Run semantic release

0 commit comments

Comments
 (0)