Skip to content

Commit 8c0da37

Browse files
committed
Use Node.js v16 in npm-publish GitHub action
1 parent 8f97e9b commit 8c0da37

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
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: Use Node.js 14
12+
- name: Use Node.js 16
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
- name: Use node_modules cache
1717
uses: actions/cache@v3
1818
with:

0 commit comments

Comments
 (0)