Skip to content

Commit 3c0e098

Browse files
authored
Merge pull request #102 from workadventure/fix-nodeversion
Update node version to fix building error
2 parents 24f8d56 + cd52d50 commit 3c0e098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: "18.x"
25+
node-version: "20.x"
2626
registry-url: "https://registry.npmjs.org"
2727

2828
- name: Install Dependencies

0 commit comments

Comments
 (0)