Skip to content

Commit

Permalink
ci: upgraded workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed May 24, 2024
1 parent 3ca634c commit 68cda7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.20.0'
node-version: '20.13.1'
registry-url: https://registry.npmjs.com/
- name: Get version
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Initial setup
run: |
rm .npmrc
npm i -g pnpm@8
npm i -g pnpm@9
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit 68cda7f

Please sign in to comment.