Skip to content

Commit ac476b6

Browse files
committed
Updated node version
1 parent fac9ef4 commit ac476b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name: NPM Publish
33
on:
44
release:
55
types: [created]
6+
67
jobs:
78
publish:
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v3
1112
- uses: actions/setup-node@v3
1213
with:
13-
node-version: 19
14+
node-version: 18
1415
- name: Publish package
1516
if: github.event_name == 'release' && github.event.action == 'created'
1617
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)