Skip to content

Commit 6973355

Browse files
committed
chore: update node version in github action
1 parent 79f6b4d commit 6973355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-build-test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
- name: Set node version
20+
uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace
21+
with:
22+
node-version: ${{ matrix.version }}
1923
- name: Install dependencies
2024
run: npm install
2125
- name: Build all packages

0 commit comments

Comments
 (0)