Skip to content

Commit

Permalink
BUMP: Version node
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Dec 1, 2023
1 parent 07cf697 commit 6ce3902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.1
with:
node-version: '15.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.1
with:
node-version: '15.x'
node-version: '18.x'
# Specifies the registry, this field is required!
registry-url: https://registry.npmjs.org/
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes
Expand Down

0 comments on commit 6ce3902

Please sign in to comment.