Skip to content

Commit

Permalink
cleanup(CI): Migrate to Node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Apr 23, 2024
1 parent e32abc5 commit c800a41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.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@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 21
- uses: pnpm/action-setup@v3
with:
version: latest
Expand All @@ -22,10 +22,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 21
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit c800a41

Please sign in to comment.