Skip to content

Commit

Permalink
Update to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
janitha000 authored Mar 19, 2024
1 parent 2583ba4 commit 777679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build-lib
Expand Down

0 comments on commit 777679c

Please sign in to comment.