Skip to content

Commit 9eb3a04

Browse files
committed
publishing using NodeJS 16
1 parent 0d0da8e commit 9eb3a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: 'true'
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
- run: npm install
1919
- run: npm test
2020

@@ -30,7 +30,7 @@ jobs:
3030
- name: 🟢 node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 14
33+
node-version: 16
3434
registry-url: https://registry.npmjs.org/
3535
- run: npm install
3636
- run: npm run build

0 commit comments

Comments
 (0)