Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Update Node versions, modify permissions for basic tests
  • Loading branch information
JamesCullum authored Sep 30, 2023
1 parent 3250c34 commit 05baff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:
jobs:
test_deno:
runs-on: ubuntu-latest

permissions: read-all
strategy:
matrix:
deno-version: ["v1.x"]

steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
Expand All @@ -30,10 +29,11 @@ jobs:

test_node:
runs-on: ${{ matrix.os }}
permissions: read-all
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
Expand Down

0 comments on commit 05baff0

Please sign in to comment.