Skip to content

Commit cf680e5

Browse files
authored
Update Node.js version in publish workflow
1 parent 5d47153 commit cf680e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# Setup .npmrc file to publish to npm
9090
- uses: actions/setup-node@v6
9191
with:
92-
node-version: '16.x'
92+
node-version: 16
9393
registry-url: 'https://registry.npmjs.org'
9494
- run: npm ci
9595
- run: npm run build

0 commit comments

Comments
 (0)