build: use node 18 (#3675)

This commit is contained in:
Ryan Cohen
2023-11-06 18:48:02 +09:00
committed by GitHub
parent 3a593d9d76
commit 89287af096
5 changed files with 9 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
container: node:20.9-alpine
container: node:18.18-alpine
steps:
- name: Checkout
uses: actions/checkout@v3