Skip to content

Commit dbfc9f7

Browse files
committed
Use node 16
1 parent b6f5610 commit dbfc9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node, NPM and Yarn
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 14
23+
node-version: 16
2424

2525
- name: Get yarn cache directory path
2626
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)