Skip to content

Commit

Permalink
Minor CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed Mar 1, 2023
1 parent ceb00f1 commit e55b168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
node_version: [14, 16, 18]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- run: npm install
Expand Down

0 comments on commit e55b168

Please sign in to comment.