Skip to content

Commit

Permalink
Project: update github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Nov 8, 2023
1 parent 7eacaac commit 53a1f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
run: npm run build --if-present

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: R3_Auto_Map_Gen
path: ./Build/R3 Auto Map Gen/win64/

0 comments on commit 53a1f7c

Please # to comment.