Skip to content

Commit 01db52c

Browse files
committed
Update Node engines in workflow
1 parent 99ed961 commit 01db52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
strategy:
4848
matrix:
4949
node-version:
50+
- "18.0"
5051
- ${{ needs.build.outputs.node-version }}
5152
- "lts/hydrogen"
52-
- "20" # lts tag not yet available
53+
- "lts/iron"
5354
uses: "./.github/workflows/e2e.yml"
5455
with:
5556
artifact-name: "fauxauth-lib"

0 commit comments

Comments
 (0)