Skip to content

Commit

Permalink
ci: use node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Jan 3, 2024
1 parent bc269dd commit fc09738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
# Specifies the registry, this field is required!
registry-url: https://registry.npmjs.org/
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes
Expand Down

0 comments on commit fc09738

Please sign in to comment.