Skip to content

Commit 336e15f

Browse files
committed
chore: Update node version to 18 in npmpublish.yml
1 parent fa850f5 commit 336e15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 18
1818
- run: npm ci
1919
- run: npm test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 12
28+
node-version: 18
2929
registry-url: https://registry.npmjs.org
3030

3131
- run: npm ci
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build
3535

3636
- name: Publish to NPMJS
37-
run: npm publish --access public
37+
run: npm publish --access public
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.NPM_PUB_TOKEN}}
4040

0 commit comments

Comments
 (0)