Skip to content

Commit

Permalink
upgrade npm version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jul 10, 2023
1 parent 90edc8b commit 904f524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: [18.15.0]
version: [18.16.1]
timeout-minutes: 7
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.1
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit 904f524

Please sign in to comment.