Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edimarvalentin authored Oct 15, 2023
1 parent 93c4777 commit ac5a1ae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]


steps:
- uses: actions/checkout@v3

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

- name: Create dir
run: |
Expand All @@ -37,6 +33,6 @@ jobs:
# Artifact name
name: public
# A file, directory or wildcard pattern that describes what to upload
path: /public
path: public/
# The desired behavior if no files are found using the provided path.

0 comments on commit ac5a1ae

Please sign in to comment.