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

This commit is contained in:
Tom French 2022-09-02 20:28:33 +01:00 committed by GitHub
parent 9c0df36e16
commit 5a00bf6b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ runs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 16.15.0
- name: Cache
uses: actions/cache@v2
id: cache