Skip to content

Commit dfa0669

Browse files
committed
Node 24 para GitHub Actions
1 parent 7cb06ec commit dfa0669

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and Deploy
22
on: workflow_dispatch
33

4+
env:
5+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
6+
47
jobs:
58
build_site:
69
runs-on: ubuntu-latest
@@ -13,7 +16,7 @@ jobs:
1316
- name: Install Node.js
1417
uses: actions/setup-node@v4
1518
with:
16-
node-version: 20
19+
node-version: 24
1720
- uses: pnpm/action-setup@v4
1821
name: Install pnpm
1922
with:

0 commit comments

Comments
 (0)