Skip to content

Commit 9ea9b51

Browse files
committed
fix: node version being used to run
1 parent 9aa4534 commit 9ea9b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 16
20+
node-version: 20
2121

2222
- name: Install packages
2323
uses: bahmutov/npm-install@v1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 20
1919

2020
- name: Install packages
2121
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)