Skip to content
Snippets Groups Projects
Unverified Commit 5a00bf6b authored by Tom French's avatar Tom French Committed by GitHub
Browse files

ci: fix CI to an exact node version (#240)

parent 9c0df36e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ runs: ...@@ -6,7 +6,7 @@ runs:
- name: Install node - name: Install node
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 16 node-version: 16.15.0
- name: Cache - name: Cache
uses: actions/cache@v2 uses: actions/cache@v2
id: cache id: cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment