Skip to content

Commit

Permalink
ci: test 워크플로우의 액션 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery committed Oct 3, 2024
1 parent d349e86 commit c68f928
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: '.nvmrc'

- name: Cache Node.js modules
uses: actions/cache@v3
Expand Down

0 comments on commit c68f928

Please sign in to comment.