Skip to content

Commit e33c29f

Browse files
authored
fix: Failing test in github actions
fix: Failing test in github actions
2 parents ec82260 + 30084d8 commit e33c29f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npm_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '16'
17+
node-version: '18'
1818
registry-url: 'https://registry.npmjs.org/'
1919
- run: npm install
2020
- run: npm test
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v2
2929
with:
30-
node-version: '16'
30+
node-version: '18'
3131
registry-url: 'https://registry.npmjs.org/'
3232
- run: npm install
3333
- run: npm test

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)