Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Oct 28, 2023
1 parent 9b83897 commit 54661c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js from ${{matrix.node_version_file}} file
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ${{matrix.node_version_file}}
cache: npm
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# uses: actions/checkout@v4
#
# - name: Setup Node.js
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: ${{ matrix.node_version }}
# cache: npm
Expand All @@ -86,7 +86,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build image from Dockerfile
run: docker build --tag dr4ft-app .
Expand Down Expand Up @@ -118,10 +118,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js from .nvmrc file
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit 54661c3

Please sign in to comment.