Skip to content

Commit

Permalink
build: bump workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 5, 2023
1 parent 25b74ce commit 76df4f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
node-version: '18.x'

- name: Build and install packages
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -45,7 +45,6 @@ jobs:
npm run test
- name: Release
if: ${{ matrix.node-version == '16.x' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 76df4f2

Please sign in to comment.