Skip to content

Commit

Permalink
chore: Read script & project ID from env, update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Bazyl committed Jan 9, 2025
1 parent b3b292a commit ad6f871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
env:
SCRIPT_ID: 1EwE84eZCSBPcaAiJzCnDjmxMVnLQrDyhSKq1oZY6q-3x4BIDHgQefCnL
PROJECT_ID: project-id-3961473932623644264
SCRIPT_ID: ${{ vars.TEST_SCRIPT_ID }}
PROJECT_ID: ${{ vars.TEST_PROJECT_ID }}
strategy:
matrix:
node-version: [12]
node-version: [22]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ad6f871

Please sign in to comment.