Skip to content

Commit

Permalink
Merge pull request #22 from fabric-testbed/update/develop
Browse files Browse the repository at this point in the history
update node version
  • Loading branch information
suejinkim20 authored Aug 23, 2024
2 parents dfaa86e + 3bad53c commit 20bcff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: "16.x"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 20bcff5

Please sign in to comment.