Skip to content

Commit

Permalink
CI: bump actions/setup-node from 2 to 3
Browse files Browse the repository at this point in the history
Resolves the warning: "Node.js 12 actions are deprecated."
  • Loading branch information
orien authored and albb0920 committed Sep 6, 2023
1 parent d17868c commit ba106e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3

- name: Run linters
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3

- name: Run tests
env:
Expand Down

0 comments on commit ba106e8

Please sign in to comment.