Skip to content

Commit 3e9fde0

Browse files
authored
Merge branch 'master' into staging
2 parents 48b6de0 + d722d4d commit 3e9fde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.17.2'
17+
node-version: '18.18.2'
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install
2020
- run: npm publish
2121
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)