Skip to content

Commit

Permalink
Merge pull request #73 from microcmsio/chore/fix-release-action
Browse files Browse the repository at this point in the history
Update Node.js version to 18.x in release workflow
  • Loading branch information
himorishige authored Mar 13, 2024
2 parents 95aee51 + 9db5165 commit 5857222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: release on npm
run: |
Expand Down

0 comments on commit 5857222

Please sign in to comment.