Skip to content

Commit

Permalink
Merge pull request #4 from DappyKit/feat/node-version
Browse files Browse the repository at this point in the history
chore: node version increased for github actions
  • Loading branch information
IgorShadurin authored Dec 5, 2023
2 parents afe8573 + b70c803 commit 10daeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 10daeee

Please sign in to comment.