Skip to content

Commit

Permalink
Bumped base image node version to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Mar 8, 2022
1 parent e5315f3 commit 4814d1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ts-compile.yml
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v12
uses: actions/setup-node@v2.1.5
- name: install node v16
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- name: yarn install
run: yarn install
- name: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ps2alerts-aggregator",
"version": "4.0.0",
"version": "4.0.1",
"description": "The aggregator collection script that powers PS2Alerts.com.",
"main": "./dist",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/base/Dockerfile
@@ -1,4 +1,4 @@
FROM node:12
FROM node:16

USER root

Expand Down
2 changes: 1 addition & 1 deletion provisioning/dev/init.yml
Expand Up @@ -55,7 +55,7 @@
- name: Run yarn install for Aggregator deps
docker_container:
name: ps2alerts-aggregator-yarn
image: node:12
image: node:16
volumes:
- "{{ root_dir | realpath }}:/app:rw"
user: "{{ id.stdout }}:{{ id.stdout }}"
Expand Down

0 comments on commit 4814d1e

Please sign in to comment.