Skip to content

Commit

Permalink
ci: bump github action workflow and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 28, 2023
1 parent c3fb5b8 commit 7a5d5ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4

- name: Environment Setup - Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x

- name: Environment Information
run: |
Expand Down

0 comments on commit 7a5d5ff

Please sign in to comment.