Skip to content

Commit da8cdfb

Browse files
authored
Merge pull request #59 from mitodl/jkachel/bump-ci-runner-node-version
Bump CI workflow to use 16.20.2
2 parents 9276ce9 + b3c9d3e commit da8cdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up NodeJS
1010
uses: actions/setup-node@v2-beta
1111
with:
12-
node-version: 15.3.0
12+
node-version: 16.20.2
1313

1414
- name: Get yarn cache directory path
1515
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)