Skip to content

Commit

Permalink
chore: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed May 14, 2024
1 parent dfa1278 commit cc7995c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- dev
permissions:
id-token: write
contents: read
id-token: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16.0]
node-version: [18.18.0]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- staging
permissions:
id-token: write
contents: read
id-token: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.2]
node-version: [18.18.0]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cc7995c

Please sign in to comment.