Skip to content

Commit

Permalink
Update publish pipeline with latest versions of checkout and setup-no…
Browse files Browse the repository at this point in the history
…de and update to node 20
  • Loading branch information
luispabon committed Oct 11, 2023
1 parent 70d4166 commit 3dd9b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: NPM install
Expand Down

0 comments on commit 3dd9b6f

Please sign in to comment.