Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
fix the ci-build-all GitHub Action
Browse files Browse the repository at this point in the history
  by upgrading Node.js engine from 15.x to 16.x
  • Loading branch information
dslmeinte committed Jul 28, 2023
1 parent 7d2ead4 commit 6675793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [15.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: '15.x'
node-version: "16.x"
- name: Run build script
run: sh build.sh

0 comments on commit 6675793

Please sign in to comment.