Skip to content

Commit efd77ff

Browse files
committed
fix: upgrade node version
1 parent b286af8 commit efd77ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 17.x]
16+
node-version: [18.x, 20.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16-
- name: Setup Node.js 14.x to publish to npmjs.org
16+
- name: Setup Node.js 22.x to publish to npmjs.org
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '14.x'
20-
registry-url: 'https://registry.npmjs.org'
19+
node-version: "22.x"
20+
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install Packages
2323
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)