Skip to content

Commit 03f33db

Browse files
committed
chore(ci): update Node.js version to 18.20.6
1 parent 24c49b3 commit 03f33db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18.19.1
14+
node-version: 18.20.6
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn compile

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 18.19.1
12+
node-version: 18.20.6
1313
- run: yarn install
1414
- run: yarn test

0 commit comments

Comments
 (0)