Skip to content

Commit

Permalink
CI node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavu1987 committed Apr 27, 2024
1 parent 05bbaeb commit 7755f33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Node.js Package
on:
release:
types: [created]
push:
branches: [master]

jobs:
build:
Expand All @@ -14,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm test

Expand All @@ -25,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand All @@ -42,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
Expand Down
File renamed without changes.

0 comments on commit 7755f33

Please sign in to comment.