Skip to content

Commit

Permalink
chore: use latest lts for the publishment
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 17, 2024
1 parent cba0e91 commit 0312fed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*
check-latest: true
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run build
Expand Down

0 comments on commit 0312fed

Please sign in to comment.