Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 7, 2024
1 parent 989bcb5 commit d360c03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Setup Node.js environment
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org/'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'

# Install dependencies (if any) and build your project (if necessary)
- name: Install dependencies and build
Expand Down

0 comments on commit d360c03

Please sign in to comment.