Skip to content

Commit a406b3b

Browse files
committed
Update node version used in actions to 18
1 parent 99c3482 commit a406b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020

2121
- name: Cache Node Modules
2222
uses: actions/cache@v4

.github/workflows/release-hash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: '16'
24+
node-version: '18'
2525

2626
- name: Install Release Dependencies
2727
run: yarn install --ignore-optional --ignore-platform

0 commit comments

Comments
 (0)