Skip to content

Commit

Permalink
bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 14, 2024
1 parent 1edc013 commit 7dc2c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:

steps:
- name: Begin CI...
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node 14
uses: actions/setup-node@v3
- name: Use Node 18
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 7dc2c11

Please # to comment.