Skip to content

Commit

Permalink
Bump actions/setup-node, actions/setup-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
camelmasa committed Sep 8, 2024
1 parent 360f4be commit c5ab4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
node-version: [ '16', '18' ]
steps:
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup
run: npm install
Expand Down

0 comments on commit c5ab4b5

Please sign in to comment.