Skip to content

Commit

Permalink
ci: test 워크플로우의 액션 버전 업그레이드 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery authored Oct 3, 2024
2 parents d349e86 + c68f928 commit 602ed12
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 602ed12

Please sign in to comment.