1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-01-16 13:20:41 +00:00

github actions: build with Node 20.x

This commit is contained in:
Steven Hugg
2025-09-23 16:58:29 -05:00
parent 9c67f566f1
commit 0dd9183e40

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4