chore: use latest version of node for publish job

This commit is contained in:
Stevan Freeborn
2024-03-23 15:08:50 -05:00
parent 3fc167c0df
commit 819b6fc550
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: latest
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install