Skip to content

Commit

Permalink
Unpin node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Dec 1, 2023
1 parent c96aed7 commit 8bc8a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [20.8.0]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,12 +25,12 @@ jobs:
- name: Run eslint
run: npm run lint
test-node:
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [20.8.0]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8bc8a8e

Please sign in to comment.