Skip to content

Commit

Permalink
Merge pull request #158 from toha-nordic/build-with-node20
Browse files Browse the repository at this point in the history
Use Node20 for building
  • Loading branch information
taoyong-ty authored Feb 19, 2024
2 parents bafa4d8 + ed26e6a commit 57a2fde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- name: Use node.js 16.x
uses: actions/setup-node@v3
- name: Use node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: NPM Install
run: npm ci
- name: Check Format
Expand Down

0 comments on commit 57a2fde

Please sign in to comment.