Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malanius committed May 9, 2024
1 parent 745bb08 commit 7508efd
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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '15.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build
Expand Down

0 comments on commit 7508efd

Please sign in to comment.