Skip to content

Commit

Permalink
Update gh actions and pin node version back.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 29, 2023
1 parent d4f74a2 commit 863e32a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [20.8.0]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -30,13 +30,13 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [20.x]
node-version: [20.8.0]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install npm dependencies
Expand Down

0 comments on commit 863e32a

Please sign in to comment.