1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

vcs: fixed test with null Context2D

This commit is contained in:
Steven Hugg
2023-11-13 14:03:57 -06:00
parent 44271fe9b8
commit 1c0b3e2fdd
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ jobs:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'