Actions: Update Node version in npm publish workflow

8f68b2cae960d37eb5e36a04ec6d1799ea49dc17

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
.github/workflows/npm-publish.yml+2 -2
@@ -14,7 +14,7 @@ jobs:
1414 - uses: actions/checkout@v3
1515 - uses: actions/setup-node@v3
1616 with:
1717 node-version: 1622
1818 - run: npm ci
1919
2020 publish-npm:
@@ -24,7 +24,7 @@ jobs:
2424 - uses: actions/checkout@v3
2525 - uses: actions/setup-node@v3
2626 with:
2727 node-version: 1622
2828 registry-url: https://registry.npmjs.org/
2929 - run: npm ci
3030 - run: npm publish