Skip to content

Commit 90a559a

Browse files
Merge pull request #9 from StevanFreeborn/stevanfreeborn/chore/fix-publish-workflow
chore: use latest version of node for publish job
2 parents 3fc167c + 819b6fc commit 90a559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup node
7171
uses: actions/setup-node@v4
7272
with:
73-
node-version: 18.x
73+
node-version: latest
7474
registry-url: https://registry.npmjs.org/
7575
- name: Install dependencies
7676
run: npm install

0 commit comments

Comments
 (0)