Skip to content

Commit

Permalink
Bump GitHub action version (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadynz committed Apr 3, 2023
1 parent 6b60ada commit 99cab6e
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 @@ -8,11 +8,11 @@ jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '15.x'
node-version: '19.x'

- name: Install modules
run: npm install
Expand Down

0 comments on commit 99cab6e

Please sign in to comment.